View get text android

88

get text from textview android -

     String a = tv.getText().toString();
     int A = Integer.parseInt(a);

Comments

Submit
0 Comments